forked from polkadot-fellows/runtimes
-
Notifications
You must be signed in to change notification settings - Fork 0
Governance tests - continuation #10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
bkontur
merged 10 commits into
bkontur:bko-ahm-governance-root
from
karolk91:kk-ahm-governance-root
Mar 27, 2025
Merged
Governance tests - continuation #10
bkontur
merged 10 commits into
bkontur:bko-ahm-governance-root
from
karolk91:kk-ahm-governance-root
Mar 27, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ahm-governance-root
bkontur
reviewed
Mar 24, 2025
integration-tests/emulated/tests/governance/polkadot/src/open_gov_on_asset_hub.rs
Outdated
Show resolved
Hide resolved
bkontur
reviewed
Mar 26, 2025
integration-tests/emulated/tests/governance/polkadot/src/lib.rs
Outdated
Show resolved
Hide resolved
bkontur
approved these changes
Mar 26, 2025
Co-authored-by: Branislav Kontur <[email protected]>
|
Review required! Latest push from author must always be reviewed |
bkontur
reviewed
Mar 27, 2025
integration-tests/emulated/tests/governance/polkadot/src/open_gov_on_asset_hub.rs
Outdated
Show resolved
Hide resolved
integration-tests/emulated/tests/governance/polkadot/src/open_gov_on_asset_hub.rs
Outdated
Show resolved
Hide resolved
integration-tests/emulated/tests/governance/polkadot/src/open_gov_on_asset_hub.rs
Outdated
Show resolved
Hide resolved
integration-tests/emulated/tests/governance/polkadot/src/open_gov_on_relay.rs
Outdated
Show resolved
Hide resolved
integration-tests/emulated/tests/governance/polkadot/src/open_gov_on_relay.rs
Outdated
Show resolved
Hide resolved
d1c1358
into
bkontur:bko-ahm-governance-root
20 of 44 checks passed
bkontur
added a commit
that referenced
this pull request
Mar 27, 2025
* [Governance tests] can_authorize_upgrade_for_system_chains initial impl * Update integration-tests/emulated/tests/governance/polkadot/src/open_gov_on_relay.rs * [Governance tests] Add more chains & extract common logic to utility funcs * [Governance tests] Introduce Asset Hub authorize upgrade itself scenario * [Governance tests] assethub_can_authorize_upgrade_for_polkadot scenario * [Governance tests] Refactor + assethub_can_authorize_upgrade_for_system_chains * [Governance tests] Comments changes * Update integration-tests/emulated/tests/governance/polkadot/src/lib.rs Co-authored-by: Branislav Kontur <[email protected]> * Apply suggestions from code review --------- Co-authored-by: Branislav Kontur <[email protected]>
bkontur
pushed a commit
that referenced
this pull request
Apr 7, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These changes mainly focus on introducing test cases to cover governance scenario of authorizing an upgrade of runtimes in context of Asset Hub Migration
TODO: